home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / bsd / i386 / reboot.h < prev    next >
C/C++ Source or Header  |  1995-02-14  |  413b  |  24 lines

  1. /*
  2.  *    File:    next/reboot.h
  3.  *    Author:    Avadis Tevanian, Jr.
  4.  *
  5.  *    NeXT specific reboot flags.
  6.  *
  7.  * HISTORY
  8.  * 28-Feb-90  John Seamons (jks) at NeXT
  9.  *    Added RB_COMMAND flag that allows a specific reboot command to be used.
  10.  *
  11.  * 06-Jul-88  Avadis Tevanian (avie) at NeXT, Inc.
  12.  *    Created.
  13.  */
  14.  
  15. #ifndef    _BSD_I386_REBOOT_H_
  16. #define _BSD_I386_REBOOT_H_
  17.  
  18. /*
  19.  * Empty file (publicly)
  20.  */
  21.  
  22.  
  23. #endif    _BSD_I386_REBOOT_H_
  24.